home *** CD-ROM | disk | FTP | other *** search
- global gPhotolist, gPKNotes
-
- on mouseEnter
- cursor(280)
- end
-
- on mouseLeave
- cursor(0)
- end
-
- on mouseUp me
- if gPKNotes = 1 then
- gPKNotes = 0
- gPhotolist.deleteOne("vNotes")
- else
- gPKNotes = 1
- gPhotolist.add("vNotes")
- end if
- end
-
- on mouseDown me
- sound(3).play(member("Shutter"))
- updateStage()
- end
-